/** Standard overrides **/
a {
	color: #001b5f;
}

h1 { font-size: 1.75rem; }
h2 { font-size: 1.625rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.375rem; }
h5 { font-size: 1.250rem; }
h6 { font-size: 1.125rem; }

.nav-link-social {font-size: 1rem; }

.home-products-container,
.h-0 {
	min-height: 0;
	height: 0;
}

/** Home page **/
.home-header {
	text-align: center;
}

.home-categories-list .image-wrap {
	max-height: 180px;
	min-height: 180px;
}

.home-categories-list .image-wrap img {
	max-height: 180px;
	min-height: 100%;
}

.home-products-hidden.home-vh {
	min-height: calc(100vh - 258px)!important;
}

/** Font-Weight **/
.btn-bold .btn,
.h1-bold h1,
.h2-bold h2,
.h3-bold h3,
.h4-bold h4,
.h5-bold h5,
.h6-bold h6,
.font-weight-bold .tree li a,
.font-weight-bold .small,
.font-weight-bold small,
.font-weight-bold .form-control,
.font-weight-bold .dropdown-menu .dropdown-item {
	font-weight: bold;
}

/** Underline Links **/
.btn-link-underline .btn,
.text-link-underline a {
	text-decoration: underline !important;
}

.btn-text-underline a.btn {
	text-decoration: none !important;
}

/*Utilities*/

.c-mxw-350 {max-width: 350px;}

/** Forms **/
.form-group {
    margin-bottom: 0.75rem;
}

.catalog-search-box .form-group {
	position: relative;
}

/** Modal **/
.modal.show {padding-right: 0 !important;}

/** Logo **/
.image-logo {
	max-width: 350px;
	width: 100%;
}

/** Menus **/
.nav-menu .dropdown-divider {
	margin: .2rem 0;
}

.predictive-search-results {
	z-index: 99;
}

.predictive-search-results ul {
	max-height: 540px;
	overflow-y: auto;
}

.predictive-search-results .inner-div {
	padding: .5rem;
	background: white;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 5px;
}

.predictive-search-results .list-group-item {
	border-right: none;
	border-left: none;
}

.predictive-search-results .list-group-item:first-child {
	border-top: none;
}

.predictive-search-results .list-group-item:last-child {
	border-bottom: none;
}

.predictive-search-results ul::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0);
	background-color: #F5F5F5;
}

.predictive-search-results ul::-webkit-scrollbar {
	width: 7px;
	background-color: #F5F5F5;
}

.predictive-search-results ul::-webkit-scrollbar-thumb {
	background-color: #AAAAAA;
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.25) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 75%, transparent 75%, transparent);
}

.predictive-search-results ul .list-group-item:first-child,
.predictive-search-results ul .list-group-item:last-child {
	border-radius: 0;
}

.dropdown-submenu .dropdown-toggle::after {
	position: absolute;
	right: 10px;
	top: 35%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
}

.cart-mobile {
	display: none;
}

.cart-link {
	display: block;
}

.navbar-toggler-icon i {
	vertical-align: sub;
}

/** Breadcrumbs **/
.breadcrumb {
	background-color: transparent;
}

/** Rating classes**/
.rating {
	min-width:90px;
	display:inline-block;
}

.rating-wrap {
	position:relative;
	display:inline-block;
}

.rating-bg {
	display:inline-block;
	color:silver;
}

.rating-shine {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	float:left;
	overflow:hidden;
	white-space:nowrap;
	color:gold;
}

/** Common shared product CSS **/
.product .product-image .product-out-of-stock-badge,
.view-product .product-out-of-stock-badge {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	z-index: 99;
}

.product .product-hot-deal {
	top: 0px;
	left: 0px;
}

.product .product-sale {
	right: 0px;
	top: 0px;
}

.product .image-product-sale,
.product .image-hot-deal {
	max-width: 60px;
}

.view-product .image-product-out-of-stock {
	max-width: 150px;
}

.product .badge-product-savings {
	right: 15px;
	top: 0px;
	background-color: #6a6a6a;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	font-size: .75rem;
	padding: 5px 8px 0;
}

.product .badge-product-savings:before,
.product .badge-product-savings:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: -15px;
}

.product .badge-product-savings:before {
	border-right: 2rem solid transparent!important;
	border-left: 0rem solid transparent!important;
	border-top: 1rem solid #6a6a6a;
	left: 0;
}

.product .badge-product-savings:after {
	border-right: 0rem solid transparent!important;
	border-left: 2rem solid transparent!important;
	border-top: 1rem solid #6a6a6a;
	right: 0;
}

.product .product-title,
.product .product-id {
	word-wrap: break-word;
}

.product .product-action .input-group {
	max-width: 120px;
}

.word-break {
	word-break: break-word;
}

.product .product-price .product-price-final {
	font-size:1.5rem;
	line-height: 1.5rem;
}

.product .product-quantity {
	background-color: #ffffff !important;
}

/** List - related product CSS **/
.list-products.list-products-grid .product .product-price,
.list-products.list-products-slider .product .product-price {
	height:3rem;
	max-height:3.5rem;
}

.list-products.list-products-grid .product .product-add .input-group,
.list-products.list-products-slider .product .product-add .input-group {
	max-width: 110px;
	width: 41%;
}

.list-products .product .product-image {
	position: relative;
	min-height: 263px;
}

.list-products.list-products-grid .product .product-image img.image-product {
	width:100%;
}

.list-products-grid .product-overview,
.list-products-slider .product-overview,
.product-overview.catalog-product-overview {
	display: block;
	overflow: hidden;
	max-height: 95px;
	text-overflow: ellipsis;
	word-wrap: break-word;
	line-height: 1.5;
}

.list-products .product-action .input-group-quantity,
.list-products .product-action .button-add-to-cart,
.list-products .wishlist-delete,
.list-products .btn-out-of-stock {
	max-width: 200px;
}

.list-products-wishlist .product-action .input-group-quantity,
.list-products-wishlist .product-action .button-add-to-cart,
.list-products-wishlist .wishlist-delete,
.list-products-wishlist .btn-out-of-stock {
	width: 100%;
	max-width: none;
}

.view-product .product-hot-deal {
	top:0.5rem;
	left:1.5rem;
	z-index:97;
}

.view-product .product-sale {
	top:0.5rem;
	right:1.5rem;
	z-index:97;
}

.view-product .product-image {
	height:400px;
}

.view-product .product-image img {
	max-height:100%;
	max-width:100%;
}

.view-product .carousel-control-prev,
.view-product .carousel-control-next {
	color: red;
	width:10%;
	z-index: 150;
}

.view-product .product-image-thumb {
	cursor: pointer;
}

/** Manufacturers **/
.manufacturers-list .manufacturer {
	height:155px;
	align-items: center;
	text-align: center;
	justify-content: center;
	display: flex;
}

.manufacturers-list .manufacturer img {
	max-width: 125px;
	max-height: 125px;
}

/** Product Social **/
.product-social {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	width: 60%;
}

.product-social .product-social-button {
	margin:0;
	padding:0;
	padding-right: 5px;
	line-height: normal;
	display: inline-block;
	vertical-align: top;
	height: 20px;
}

.product-social .product-pinterest-button > a,
.product-social .product-fb-button > span{
	display: block;
}

/** recent items panel **/
.panel-catalog-recent .recent-items-thumb {
	max-height: 50px;
	max-width: 50px;
}

/** Account Area **/
.page-account .account-card {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.page-account .account-card .card-body {
	font-size: 1.25rem;
}

.page-order .order-card {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.page-recurring-profile .recurring-profile-card {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

/** Account Orders Page Table **/
.page-orders .table th, .page-orders .table td {
	min-width: 130px;
}

/** Testimonials **/
.testimonials-overall-value, .testimonials-average-value {
	font-size: 1.25rem;
	font-weight: 600;
	font-style: italic;
}

/** OPC **/
.page-opc .opc-shipment .form-check {
	margin-top: 0.5rem!important;
}

.page-opc .opc-shipment .form-check:last-child {
	margin-bottom: 0rem!important;
}

#opc-shipping-split-items .card {
	margin-top: 15px;
}

/** Pikfly **/
#pikfly-button {
	position: fixed;
	right: 15%;
	bottom: 0;
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
	padding: 10px;
	text-align: center;
	color: #009053;
	-webkit-box-shadow: 0px -4px 15px 2px rgba(230,230,230,1);
	-moz-box-shadow: 0px -4px 15px 2px rgba(230,230,230,1);
	box-shadow: 0px -4px 15px 2px rgba(230,230,230,1);
	z-index: 1049;
}

#pikfly-button .close-btn {
	position: absolute;
	right: 10px;
	top: 5px;
}

.pikfly-available {
	color: #009053;
	text-decoration: underline;
	font-weight: bold;
}

#page-pikfly .table th,
#page-pikfly .table td {
	width: 25%;
	text-align: left;
	min-width: 150px;
}

/** Store Close **/
.store-closed {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #f4f5f7;
}

/** Swiper **/
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled{
	opacity: 0;
}

.swiper-button-prev,
.swiper-button-next {
	background-image: none;
	font-size: 3rem;
	line-height: 1;
	width: auto;
	height: auto;
	top: 48%;
}

/** Predictive Search **/
.predictive-search-results ul li.selected {
	background: #eaeaea;
}

.predictive-search-results ul li.disabled,
.predictive-search-results ul li.disabled a,
.predictive-search-results ul li.disabled a:hover {
	text-decoration: none;
	color: #cccccc;
	cursor: default;
}

/** Page Invoice*/
#page-invoice .order-logo-image {
	display: none;
}

/** Payment Methods **/
.payments li{
	list-style-type: none;
	display: inline;
}

.payment-img img {
	max-width:40px;
	max-height: 25px;
	padding-left: 3px;
}

.paypal-cc-field-wrap {
	height: 38px;
	border:1px solid #ced4da;
	border-radius:3px;
	padding:0 6px;
}

/** Newsletter, About Us **/
.newsletter-desc,
.about-us-desc {
	word-break: break-word;
}

/** Catalog page **/
.catalog-product-sub-categories .list-item h6 {
	line-height: 3;
}

/* Custom Max Width */

.c-mxw-100 {max-width: 100px}
.c-mxw-150 {max-width: 150px}
.c-mxw-200 {max-width: 200px}
.c-mxw-300 {max-width: 300px}
.c-mxw-350 {max-width: 350px}
.c-mxw-400 {max-width: 400px}
.c-mw-100 {min-width: 100px;}
.c-mw-150 {min-width: 150px;}
.c-mw-180 {min-width: 180px;}
.c-mw-200 {min-width: 200px;}
.c-mw-250 {min-width: 250px;}
.c-mw-300 {min-width: 300px;}

/** Media Queries **/
@media ( max-width: 991.98px ){

	.nav-menu li {
		padding: 0;
	}

	.nav-menu a {
		padding: 5px 10px;
		display: block;
		border-bottom: 1px solid #e1e5e8;
	}

	.nav-menu .dropdown-divider {
		margin: 0;
		border: none;
	}

	.nav-menu .dropdown-menu {
		background: transparent;
		border: 0;
		padding: 0;
	}

	.nav-menu .dropdown .dropdown-toggle:after {
		content: '+';
		border: none;
		width: 30px;
		height: 30px;
		position: absolute;
		right: 0;
		top: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.nav-menu .dropdown.show > .dropdown-toggle:after {
		content: '-';
	}

	.dropdown-menu {
		border: none;
		background: transparent;
		border-radius: 0;
		padding: 0;
	}

	.cart-mobile {
		display: block;
	}

	.cart-mobile .nav-link {
		position: relative;
		font-size: 1.25rem;
		margin-top: -2px;
	}

	.cart-mobile .item-count {
		height: 1rem;
		min-width: 1rem;
		border-radius: 50%;
		position: absolute;
		right: 8px;
		bottom: 7px;
		font-size: .75rem;
		text-align: center;
		line-height: 1;
		padding: 2px;
	}

	.cart-link {
		display: none;
	}

	#opc-invoice.card {
		margin-top: 20px;
	}

}

@media (max-width: 768px) {
	.cart-table .row > div {
		padding: 0 5px;
	}

	.cart-table {
		font-size: 14px;
	}

	.cart-table .input-quantity {
		font-size: 14px;
		padding: .25rem;
	}

	.cart-item-quantity .split-shipping-quantity {
		width: auto;
		padding: 0 5px;
	}
}

@media (max-width: 767px) {
	.list-products .product .product-add .input-group {
		max-width: 110px;
		width: 44% !important;
	}

	.list-products .product .product-add .button-add-to-cart {
		max-width: 130px;
		width: 52% !important;
		margin-left: 2% !important;
	}

	.list-products .product .wishlist-delete,
	.page-wishlist-manage .list-products .product .btn-out-of-stock {
		max-width: none;
	}

	.list-products .product .btn-out-of-stock {
		max-width: max-content;
	}

	.list-products-wishlist .product .product-add .input-group,
	.list-products-wishlist .product .product-call-for-price .btn {
		max-width: 100%;
		width: 100% !important;
	}

	.list-products-wishlist .product .product-add .button-add-to-cart {
		max-width: 100%;
		width: 100% !important;
		margin-top: .5rem;
		margin-left: 0;
	}
}

@media (max-width: 540px) {
	#opc-shipping-split-items .cart-item-remove {
		padding: 0;
		margin-left: -5px;
		text-align: center;
	}
}

@media (max-width: 420px) {
	.cart-item-quantity {
		padding-left: 5px;
	}

	.cart-item-quantity .split-shipping-quantity {
		padding: 0;
	}
}

@media ( min-width: 991.99px ){
	.container-main {
		min-height: 400px;
	}

	.home-products-container,
	.h-0 {
		min-height: 0;
		height: 0;
	}
}

@media (min-width: 992px){
	.footer-col {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.product .product-save a{
		margin-top: 8px;
	}

	.product .product-save .btn {
		width:60%;
	}
}

@media print {
	#page-invoice header,
	#page-invoice .container-newsletters,
	#page-invoice footer,
	#page-invoice .print-hidden {
		display: none;
	}

	#page-invoice .container-main,
	#page-invoice .order-logo-image {
		display: block;
	}
}